PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableContent Class / getDefaultCell Method
In This Topic
    getDefaultCell Method
    In This Topic
    Gets the default cell model.
    Syntax
    public PDFFlowTableCell getDefaultCell()

    Return Value

    A cell object that serves as model for cells created by createCell method.
    See Also